Expand description
Bindings to the wabt library.
Modules§
- Module for parsing WebAssembly script format (a.k.a. wast).
Structs§
- A structure to represent errors coming out from wabt.
- Represents which WebAssembly features are enabled in Wabt.
- WebAssembly module.
- Options for reading read binary.
- Buffer returned by wabt.
- A builder for converting wasm binary to wasm text format.
- A builder for translating wasm text source to wasm binary format.
Enums§
- ErrorKind describes an error condition from a wasm module operation, as well as the corresponding error message from
wabt
, if any.
Functions§
- Disassemble wasm binary to wasm text format.
- Disassemble wasm binary to wasm text format with the given features.
- Translate wasm text source to wasm binary format.
- Translate wasm text source to wasm binary format.